From: Juri Linkov Date: Thu, 23 Aug 2007 00:07:49 +0000 (+0000) Subject: Add "button" loading after "faces" and move "startup" to load after "button". X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~8791^2~62 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=4f2a8e09b07c47ca104c5160cb4695706f096beb;p=emacs.git Add "button" loading after "faces" and move "startup" to load after "button". --- diff --git a/lisp/loadup.el b/lisp/loadup.el index b6464372a41..1b96afd5486 100644 --- a/lisp/loadup.el +++ b/lisp/loadup.el @@ -69,11 +69,12 @@ (setq load-source-file-function 'load-with-code-conversion) (load "files") -(load "startup") - (load "cus-face") (load "faces") ; after here, `defface' may be used. +(load "button") +(load "startup") + (message "Lists of integers (garbage collection statistics) are normal output") (message "while building Emacs; they do not indicate a problem.") (message "%s" (garbage-collect))